cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flexera Community

Embedding Python installation via exe file

0 6 4883
Hi,Our software package offers the user the option to install Python.Python used to be included in my basic msi project as a chained MSI. However Python have now stopped providing MSIs and I therefore need to include it as an executable. I haven't be...
by toftof Level 4

IsCmdBld.exe parameters ?

0 13 15110
I have file FlukeDMS17New2016.ism (see attachment). Using this file I am able to succesfully vuild my installation files using InstallShield 2016 GUIFile FromGui.txt contains the list of all files which I obtain if I build Release "Fluke DMS 1.7.prof...
by jweisz Level 2

Tips and Tricks for faster installer builds?

0 4 4332
Hello All, My current project has 1 ism, with 1 release configuration producing a compressed web format setup.exe wrapped .msi containing 4,300+ files across 170+ directories, which I then configure/ compile into 20 different unique installers using ...
by jmallon Level 3

MsiGetProperty and MsiSetProperty help

0 4 7512
Hi all,I have an MSI InstallScript project.In the install script, in function OnFirstUIBefore(), I am calling MsiSetProperty to set a property.e.g.MsiSetProperty(ISMSI_HANDLE, "PVALUE1", svPalue1);From function OnFirstUIAfter(), I am calling PostInst...
by agshah Level 7